From 84437ee0e0443e648cc3575a5f438c358f125d95 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 24 May 2020 14:20:42 -0400 Subject: [PATCH] docs: Allow interrupted lists We use such an interrupted, numbered list in the q&a section, so tell pandoc to pay attention to start numbers. --- docs/reference/gtk/gtk-markdown-to-docbook | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/gtk/gtk-markdown-to-docbook b/docs/reference/gtk/gtk-markdown-to-docbook index aa5dd53e61..5830d64d78 100755 --- a/docs/reference/gtk/gtk-markdown-to-docbook +++ b/docs/reference/gtk/gtk-markdown-to-docbook @@ -163,6 +163,7 @@ MarkdownExtensions = { '+backtick_code_blocks', # to replace |[ ]| '+fenced_code_attributes', # to add language annotations '-raw_html', # to escape literal tags like in input + '+startnum', # to have interrupted lists in the q&a part } def ConvertToDocbook(infile, outfile): -- 2.30.2